home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m45.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  273 b   |  12 lines

  1. on startMovie
  2.   global gNumberofSlides, gCurrentSlide, gOnIBM, gSoundPath
  3.   identifyPlatform()
  4.   if gOnIBM then
  5.     set gSoundPath to the pathName & "m45\"
  6.   else
  7.     set gSoundPath to the pathName & "m45:"
  8.   end if
  9.   set gNumberofSlides to 18
  10.   set gCurrentSlide to 1
  11. end
  12.